Autodesk.AutoCAD.DatabaseServices Namespace > SubDMesh Class > SubDMesh Methods > SetCrease Method > SetCrease(FullSubentityPath[], double) Method
SubDMesh.SetCrease(FullSubentityPath[], double) Method   
Description

This .NET method wraps the ObjectARX method AcDbSubDMesh::setCrease(AcDbFullSubentPathArray&, double).

Visual Basic
Public Function SetCrease(
    subentPaths As FullSubentityPath[], 
    creaseVal As double
) As void
C#
public void SetCrease(
    FullSubentityPath\[\] subentPaths, 
    double creaseVal
);
Links
   Comments?